-
-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: passkey documentation #1831
Conversation
@@ -78,7 +78,13 @@ import TabItem from '@theme/TabItem'; | |||
passkey: | |||
enabled: true | |||
config: | |||
display_name: "My Display Name"`}</CodeBlock> | |||
rp: | |||
display_name: Your Application name |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is only needed when self-hosting Ory Kratos. In Ory Network we automatically set these values. Can you please clarify that, by - for example - adding an additional tab instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, please check :)
I found the correct way to set it up here in https://github.com/ory/kratos/blob/68693a43e4e1e3028f17789e72d0b79f6298d139/contrib/quickstart/kratos/all-strategies/kratos.yml#L37
I found the correct way to set it up here in
https://github.com/ory/kratos/blob/68693a43e4e1e3028f17789e72d0b79f6298d139/contrib/quickstart/kratos/all-strategies/kratos.yml#L37
Related Issue or Design Document
Checklist
If this pull request addresses a security vulnerability,
I confirm that I got approval (please contact [email protected]) from the maintainers to push the changes.
Further comments